home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / ps.hlp < prev    next >
Text File  |  1994-08-01  |  3KB  |  64 lines

  1.  
  2. @C1@c@b@_ PostScript Options
  3.  
  4.      Set many options for PostScript output. The output PS file
  5.      is fully parameterized and editing the output is possible.
  6.  
  7.      By default, the output routine will write a standard EPS
  8.      file with 1 screen pixel equal to about 0.75 PS point
  9.      (1PS point is defined to be 1/72th of an inch). The exact number 
  10.      depends on the screen resolution and in all cases the output would
  11.      appear exactly the same size as the image looks on screen (if the
  12.      image is no larger than the paper size) and centered both horizontally
  13.      and vertically on the printed page. Text and sgfs will also be output
  14.      if present. Text by default is immune to scaling unless requested
  15.      otherwise.
  16.  
  17.      It is strongly recommended to use autofit and autoscale because in
  18.      all case they produce the most reasonable output.
  19.  
  20. @b Interaction
  21. @f PaperSize:
  22.      Select paper size from a list of common papers the destination printer
  23.      uses. Note that page size can easily be changed in PS file.
  24. @f Landscape
  25.      Output the image rotated 90 degrees.
  26. @f Portrait
  27.      Output as it is.
  28. @f AutoFit
  29.      Choose one of the two above automatically for the best fit.
  30.      The criterion is to avoid scaling if possible and to keep
  31.      margins on all sides as close as possible.
  32. @f Xscale, Yscale
  33.      shrink or expand the image. A scale of 0.30 approximately
  34.      matches 1 screen pixel to 1 printer dot.
  35.      Note that changing xscale changes yscale, but changing yscale 
  36.      does not affect xscale.
  37.  
  38.      The resulting printed size is updated whenever it changes. And
  39.      it turns into red when the printed image would be larger than 
  40.      paper size.
  41. @f Autoscale
  42.      Applies only if the image is larger than page size and in that case
  43.      the image is scaled to (just) fit the page.
  44. @f Textscale
  45.      By default, text is output in its original size and not subject
  46.      to scaling. Toggle this flag to override the default. Note that
  47.      the scaled text size will not be less than about 4pt.
  48. @f ScrnSize 
  49.      Toggle this flag off to suppressing screen size matching. When
  50.      this flag is off, 1 pixel is taken to be 1 PS point, which will
  51.      result in the printed image to be about 40% larger than it looks on
  52.      screen. For images larger than the paper size (looks on screen),
  53.      this flag has no effect.
  54. @f OK
  55.      Take the current options
  56. @f Cancel
  57.      Restore the default
  58.  
  59. @s@b Bugs:
  60.     If text is present, font encoding is explicitly switched to ISOLatin1
  61.     for special symbols (non-math). If PS printer is level 1, switching
  62.     has no effects.
  63.      
  64.